ESRI.ArcGIS.Mobile.Client
CopyTo Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Generic MostRecentlyUsedList Class : CopyTo Method

array
The array that is the destination of the elements copied from the list.
arrayIndex
The zero-based index in the array at which copying begins.
Copies the items of the list to an array, starting at a particular array index.

Syntax

Visual Basic (Declaration) 
Public Sub CopyTo( _
   ByVal array() As T, _
   ByVal arrayIndex As Integer _
) 
C# 
public void CopyTo( 
   T[] array,
   int arrayIndex
)

Parameters

array
The array that is the destination of the elements copied from the list.
arrayIndex
The zero-based index in the array at which copying begins.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also